home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / cstrings.arc / CSTRINGS.DOC < prev    next >
Text File  |  1985-08-06  |  3KB  |  53 lines

  1. CSTRINGS.LBR VERSION 1.0
  2. Spark Software, Inc.
  3.  
  4.     If you find this software of use, it is requested that you send
  5.     a donation ($10.00 suggested) to:
  6.  
  7.         Spark Software, Inc.
  8.         24 Royal Crest Dr., #5
  9.         Nashua, NH  03060
  10.  
  11.     Upon receiving your donation, your name will be added to the 
  12.     List of Registered Users, and future updates can be obtained
  13.     from the SPARKIE RBBS at (603) 888-8179.
  14.  
  15.     If you include an extra $10.00 with your donation, the newest
  16.     version of CSTRINGS.LBR will be mailed to you.
  17.  
  18.     Call SPARKIE RBBS at the number above for other Spark Software
  19.     products!!!
  20.  
  21. The following files are included in release 1.0 of CSTRINGS.LBR
  22.  
  23. INDEX    C      Contains index/rindex functions to find first/last
  24.         occurrence of a character in a string.
  25. STRLOWER C      Contains strlower function to convert a string to lower case.
  26. STRCAT   C      Contains strcat function to concatenate one string to another.
  27. STRLEN   C      Contains strlen to return the length of a string.
  28. STRCPY   C      Contains strcpy to copy a string.
  29. STRCMP   C      Contains strcmp to compare to strings.
  30. RIGHT    C      Contains function right which returns a string containing the
  31.         rightmost characters from a string.
  32. STRTRANS C      Contains strtrans which translates a string based on a user
  33.         defined translation table.
  34. STRUPPER C      Contains strupper to convert a string to upper case.
  35. MID      C      Contains function mid which returns a string containing the
  36.         characters from the middle of a string.
  37. STRSPLIT C      Contains strsplit which creates two new strings from one
  38.         original (splits the original).
  39. STRREPT  C      Contains strrept which fills a string with a certain character.
  40. LEFT     C      Contains function left which returns a string consisting of
  41.         the left-most characters of a string.
  42. CENTERS  C      Contains function centers which centers a string.
  43. STRBLANK C      Contains strb,strblf, strbri which place blanks in a string
  44.         in the middle, left side, or right side.
  45. STRDEL   C      Contains strd, strdlf, strdrt which delete portions of a
  46.         string in the middle, left side, or right side.
  47. STRNULL  C      Contains strnull which returns whether a string is NULL
  48. STRINS   C      Contains stri, strilf, strirt which insert characters in a
  49.         string in the middle, left side, or right side.
  50. STRDEFS  H      Contains macros for strnull, and strtbig (see if a string
  51.         is longer than n characters).
  52.  
  53.